Tokens for Add Sticky Note Activity
The Add Sticky Note activity produces the following tokens.
Name | Description | Sample Syntax* |
---|---|---|
Annotation_Id | The sticky note's annotation ID number | %(AddStickyNote_Annotation_Id) |
Annotation_Page Number | The page number of the page that the sticky note is added to. | %(AddStickyNote_Annotation_Page Number) |
Annotation_X | The X coordinate of the location where the sticky note is added. | %(AddStickyNote_Annotation_X) |
Annotation_Y | The Y coordinate of the location where the sticky note is added. | %(AddStickyNote_Annotation_Y) |
*The "AddStickyNote" portion of the syntax changes to match the activity's name as specified in the Activity Name property box. Note that all non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity (Note) Progress!, the syntax for the Annotation_Id token will be %(NoteProgress_Annotation_Id).